home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / clean / sun3.lha / Sun3 / ReadMe < prev    next >
Text File  |  1992-08-10  |  929b  |  20 lines

  1. To install the Clean compiler:
  2.  
  3. 1.  cd <directory where you unpacked the Clean .tar.Z file>
  4. 2.  If you want to install clean in the current directory, go to step 3.
  5.     Otherwise, edit the Makefile. Set the variable CLEANDIR to the full path
  6.     name for the Clean environment. (e.g. /usr/local) You can do this by
  7.     replacing the line 'CLEAN :sh = pwd' by 'CLEANDIR = <full path name>'.
  8.     If you don't like the default path names for the bin, lib and manl
  9.     directories, change BDIR, LDIR and MDIR.
  10. 3.  make.
  11.  
  12. You can now use clm and runsim in the bin directory. Clm is the (sequential)
  13. Clean to real machine code compiler, which recompiles only what is necessary.
  14. Runsim is the parallel simulator (interpreter).
  15.  
  16. If you have any Clean 0.6 or 0.7 programs, you can use the Clean program
  17. convert07to08.icl to do most of the conversions to Clean 0.8. Compile this
  18. program with:
  19.     bin/clm -b convert07to08 -o convert07to08
  20.